home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 209 / 209.d81 / t.snake dnr < prev    next >
Text File  |  2022-08-26  |  1KB  |  50 lines

  1. u
  2.                 SNAKE
  3.  
  4.             Tognon Stefano
  5.           (C) Ice Team 2001
  6.               ver. 1.00
  7.  
  8.  
  9.     A simple snake like game that
  10. extend the 512b version.
  11.  
  12.     Put joystick in port 1 and eat all
  13. the apples for winning.
  14.  
  15.     The barriers and apples are random
  16. (using sid oscillator)
  17.  
  18.  new features from 512b version:
  19.  
  20.  -> Music. I would put a better music,
  21. but unfortunatly I actually can't test
  22. it to my real C64 (e.g. the 286
  23. computer used to connect to the 64 is
  24. died), so I take the Hot Butter
  25. "Popcorn" music used in the game Petch
  26. and extend it to use 2 voices instead
  27. of one.
  28.  
  29.  -> a colored Snake that looks better.
  30.  
  31.  -> realer apples and barriers.
  32.  
  33.  -> a fast snake if you win (well it
  34. can reach curvature speed!!!).
  35.  
  36.  -> a simple presentation screen.
  37.  
  38.  -> better game messages with an
  39. apples counter.
  40.  
  41.  -> this is not to say, but because
  42. source may be released after the
  43. competition... there are two secret
  44. features in the game that can make it
  45. more interesting... try to found them,
  46. or look to the source...
  47.  
  48.  TS
  49.  
  50.  
  51.